/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.4.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      topoSetDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

actions
(
    // Get both sides of ami
    // ~~~~~~~~~~~~~~~~~~~~~

    // Get all faces in cellSet
  /*  {
        name    TOPWALL;
        type    faceSet;
        action  new;
        source  patchToFace;
        sourceInfo
        {
            name TOPWALL;
        }

    }

    {
        name    LEFTWALL;
        type    faceSet;
        action  new;
        source  patchToFace;
        sourceInfo
        {
            name LEFTWALL;
        }

    }

    {
        name    RIGHTWALL;
        type    faceSet;
        action  new;
        source  patchToFace;
        sourceInfo
        {
            name RIGHTWALL;
        }

    }

    {
        name    BOTTOMWALL1;
        type    faceSet;
        action  new;
        source  patchToFace;
        sourceInfo
        {
            name BOTTOMWALL1;
        }

    }
	
	*/
    {
        name    VFLUID;
        type    cellSet;
        action  new;
        source  boxToCell;
        sourceInfo
        {
          box    (0 0 -0.0083757) (0.6 0.5844 0.0083757);
        }

    }
);

// ************************************************************************* //
